import yourPageApi from "./[your-page]";

const api = {
  yourPageApi,
};

export default api;
